css-editor: Remove unused if statement
authorTimm Bäder <mail@baedert.org>
Mon, 20 Mar 2017 14:01:28 +0000 (15:01 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 20 Mar 2017 14:01:28 +0000 (15:01 +0100)
commita3bada37fbefd84738622713ccd542a27de46b24
tree96a57c4200058cef411f9987ccc0d697df827d09
parent69ca360b59f49087a2fd9b604d82c6651579ee48
css-editor: Remove unused if statement

The static local is set to NULL and never set to anything else, so we
never use it anyway.
gtk/inspector/css-editor.c